home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / netbios / net23e / net23e.doc next >
Text File  |  1990-02-28  |  4KB  |  102 lines

  1.                    Everex NetBIOS v2.x Upgrade
  2.  
  3. Everex NetBIOS v2.x differs from previous versions in several ways.
  4. This file contains information on the features of the new NetBIOS.
  5.  
  6. Version 2.x is not compatible with older versions of NetBIOS.  All 
  7. stations on the network must run NetBIOS v2.x to communicate with 
  8. each other.  If you have any stations running a previous version, 
  9. you must upgrade to Version 2.x.
  10.  
  11. The command format for NetBIOS v2.x is:
  12.  
  13.    NET23E [/Ixx] [/Pxxx] [/Ax] [/Nxx] [/Sxx] [/Exxxx] [/K]
  14.  
  15. where
  16.  
  17.    /Ixx   - This option specifies the interrupt signal used by the 
  18.             adapter.
  19.  
  20.             The default is 4.  Valid options are 2, 3, 4, 5, 7, 
  21.             9, 10, and 15.
  22.  
  23.    /Pxxx  - This parameter specifies the base IO port used 
  24.             by the adapter.  
  25.  
  26.             The default is 360.  Valid options are 340, 348, 350, 
  27.             358, 360, 368, 370, and 378.
  28.  
  29.    /Ax    - This option specifies the adapter number to which this 
  30.             NetBIOS is configured.  This specification allows 
  31.             installation of multiple Everex cards in one system, 
  32.             when supported by the Network Operating System (NOS).  
  33.             Some NOS allow multiple adapters in one computer (e.g.,
  34.             Artisoft's LANtastic NOS).  Consult your NOS manual for 
  35.             more information on multiple network cards.
  36.  
  37.             The default is 0 (the first card installed).  Valid 
  38.             options are 0, 1, 2, and 3.
  39.  
  40.    /Nxx   - This parameter specifies the maximum number of NCBs 
  41.             supported by this NetBIOS.  NCBs are command blocks used 
  42.             by applications or NOS software to pass commands to NetBIOS.
  43.             Setting the maximum number of NCBs limits the number of 
  44.             commands that an application or NOS can issue to NetBIOS. 
  45.             The program occupies less memory when configured for fewer 
  46.             NCBs.
  47.  
  48.             The default value is 32.  Valid options are 1 - 32.
  49.  
  50.    /Sxx   - This option specifies the maximum number of sessions 
  51.             supported by this NetBIOS.  Sessions are connections over 
  52.             which data can be sent.  Most NOS require that at least 
  53.             one session per user be supported (i.e., the more users 
  54.             supported by the NOS, the more sessions required).  NetBIOS 
  55.             occupies less memory when configured for fewer sessions.
  56.  
  57.             The default is 32.  Valid options are 1 - 32.
  58.  
  59.    /Exxxx - This parameter specifies the Ethernet protocol type to use 
  60.             when transmitting and receiving frames.  It is used by 
  61.             NetBIOS to differentiate its own frames from other protocol 
  62.             frames when several protocols are running on the same network.  
  63.             All stations must use the same Ethernet type in order to 
  64.             communicate.  No Ethernet types are  needed if the entire 
  65.             network uses only NetBIOS. 
  66.  
  67.             The default is No Ethernet Type.  Valid options are 
  68.             0 - FFFF.
  69.  
  70.    /K     - This is a special option used for IBM PC LAN NOS.  If you 
  71.             are running IBM PC LAN with this NetBIOS, this switch is
  72.             required.
  73.             
  74.  
  75. Where options are not specified default values are used.
  76.  
  77. Examples :
  78.  
  79.    NET23E                ; Load NetBIOS with default interrupt signal 4,
  80.                            base IO port 360, adapter 0 (the first adapter
  81.                            installed), 32 sessions, 32 NCBs, and no
  82.                            Ethernet type.
  83.  
  84.  
  85.    NET23E /I3 /P368      ; Load NetBIOS for one adapter with interrupt
  86.                            signal 3 and IO port 368.
  87.  
  88.    NET23E /I2 /P360 /A0  ; Load NetBIOS for two adapters with the first 
  89.    NET23E /I3 /P368 /A1  ; adapter using interrupt signal 2 and base IO 
  90.                          ; port 360, and the second adapter using 
  91.                          ; interrupt signal 3 and base IO port 368.
  92.  
  93.  
  94.    NET23E /N12 /S12      ; Load NetBIOS with fewer sessions and NCBs.
  95.                          ; This lowers the amount of memory required by
  96.                          ; NetBIOS.  This configuration is good for
  97.                          ; workstations since NOS require fewer session for
  98.                          ; workstations.
  99.  
  100.    NET23E /E3875 /K      ; Load NetBIOS with Ethernet protocol type 3875 and
  101.                            running under IBM PC LAN NOS.
  102.